<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth1.defaultConfig.override">

  <require>org.nuxeo.ecm.platform.oauth1.defaultConfig</require>

  <extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.oauth.NuxeoOAuth1Authenticator" enabled="true" name="OAUTH1_AUTH">
    </authenticationPlugin>
  </extension>

</component>
